home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / Console.txt < prev    next >
Text File  |  1992-09-02  |  284b  |  12 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Console.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'console.device', consoledevice         /* informal notation */
  6.   Dum()
  7.   Dum()
  8.   CdInputHandler(A0,A1)
  9.   RawKeyConvert(A0,A1,D1,A2)
  10. ENDLIBRARY
  11.  
  12.